home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / popen.zip / POPEN.H < prev    next >
C/C++ Source or Header  |  1988-03-08  |  69b  |  3 lines

  1. extern FILE *popen( char *, char * );
  2. extern int pclose( FILE * );
  3.